home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / dry_3.zip / DRY_3.EXE / lha / SETUP.BAT < prev    next >
DOS Batch File  |  1991-02-08  |  789b  |  20 lines

  1. @echo off
  2. cls
  3. echo                   DHRYSTONE III (TM) CONFIGUARTION UTILITY
  4. echo                       Copyright 1991 by Richard Levey
  5. echo  
  6. echo This batch file will run TUNE.EXE which will configure the DOS extender's
  7. echo kernel inside of the program file, for this machine's configuration. This
  8. echo is an IMPORTANT step which MUST be done BEFORE you run DRY_III.EXE.
  9. echo  
  10. echo For those familiar with TUNE.EXE, be advised it has been compressed to save
  11. echo space in the archive file. It will run as is, it is just smaller!
  12. echo  
  13. echo Please DO NOT change the command line in the batch file. It has been set to
  14. echo tune the kernel using the most efficient method possible.
  15. echo  
  16. echo Press Ctrl-Break to ABORT or . . .
  17. echo  
  18. pause
  19. tune -i -x -kDRY_III.EXE
  20.